home *** CD-ROM | disk | FTP | other *** search
- # ============== NOSview [301]
- # /spool/rewrite
- # ==============
- # Read the rewrite file for lines where the first word is a
- # regular expression and the second word are rewriting rules.
- #
- # The special character '$' followed by a digit denotes the
- # string that matched a '*' character.
- #
- # The '*' characters are numbered from 1 to 9.
- #
- # Example: the line "*@*.* $2@$1.ampr.org" would rewrite the
- # address "foo@bar.xxx" to "bar@foo.ampr.org".
- #
- *@gb7bil pbbs_net
- *@gb7* $1%gb7$2@gb7bil r
- *@ns9bob.ampr.org $1
- *@ns9bob.ampr $1
- *@ns9bob $1
-
- *@zz* $1%zz$2@zzz
- #
- *!*!*!*!*!*!* $7%$6@$5@$4@$3@$2@$1
- *!*!*!*!*!* $6%$5@$4@$3@$2@$1
- *!*!*!*!* $5%$4@$3@$2@$1
- *!*!*!* $4%$3@$2@$1
- *!*!* $3%$2@$1
- *!* $2@$1
- !* $1 r
-